home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_371 / BUTTONCONDACTION on(release).as
Text File  |  2002-05-21  |  119b  |  11 lines

  1. on(release){
  2.    if(state == 1)
  3.    {
  4.       gotoAndStop(317);
  5.    }
  6.    else
  7.    {
  8.       gotoAndStop(311);
  9.    }
  10. }
  11.